object FmLabel: TFmLabel Left = 291 Top = 308 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'FmLabel' ClientHeight = 143 ClientWidth = 333 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnHide = ClientDataSetFormHide OnShow = ClientDataSetFormShow DataSource = DM.DsLabels OnDataAfterEdit = ClientDataSetFormDataAfterEdit OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit OnDataValidate = ClientDataSetFormDataValidate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 52 Width = 31 Height = 13 Caption = '&Name:' FocusControl = EdtName end object Label3: TLabel Left = 8 Top = 84 Width = 47 Height = 13 Caption = '&Web Site:' FocusControl = EdtWebsite end object BtnOk: TBitBtn Left = 160 Top = 113 Width = 75 Height = 25 TabOrder = 3 OnClick = BtnOkClick Kind = bkOK end object BtnCancel: TBitBtn Left = 240 Top = 113 Width = 75 Height = 25 TabOrder = 4 Kind = bkCancel end object PnlHeader: TPanel Left = 8 Top = 8 Width = 313 Height = 25 Alignment = taLeftJustify BevelOuter = bvNone Caption = ' Recording Label' Color = clBtnShadow Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBackground = False ParentFont = False TabOrder = 0 end object EdtName: TcxDBTextEdit Left = 72 Top = 48 Width = 249 Height = 21 DataBinding.DataField = 'LabelName' DataBinding.DataSource = DM.DsLabels Properties.OnChange = EdtNameChange Style.StyleController = DM.EditStyles TabOrder = 1 end object EdtWebsite: TcxDBHyperLinkEdit Left = 72 Top = 80 Width = 249 Height = 21 DataBinding.DataField = 'Url' DataBinding.DataSource = DM.DsLabels TabOrder = 2 end object TblLabelsLookup: TEasyTable CurrentVersion = '5.72 ' TableName = 'Labels' DatabaseName = 'AudiophilerDb' InMemory = False AutoIndexes = False CacheEnabled = True BDELikeFilter = False Left = 16 Top = 104 end end